home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / SoundEffects 0.9.2 / SoundEffects Developer’s Kit / Interfaces / ModUnitConversion.h < prev    next >
Encoding:
Text File  |  1994-11-03  |  189 b   |  3 lines  |  [TEXT/KAHL]

  1. void ConvBytesToMilliseconds(unsigned long value, ModParamsPtr modInfo, double *myDouble, unsigned long *myLong);
  2. unsigned long ConvMillisecondsToBytes(double value, ModParamsPtr modInfo);
  3.